home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1146 / 1146.xpi / install.rdf < prev   
Extensible Markup Language  |  2009-07-17  |  1KB  |  28 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  4.     <Description about="urn:mozilla:install-manifest">
  5.         <em:id>{02450954-cdd9-410f-b1da-db804e18c671}</em:id>
  6.         <em:name>Screengrab</em:name>
  7.         <em:version>0.96.2</em:version>
  8.         <em:description>Saves a web-page as an image.</em:description>
  9.         <em:creator>Andy Mutton</em:creator>
  10.         
  11.         <em:contributor>Jean-Bernard 'Goofy' Marcon from babelzilla.org (Help with locales)</em:contributor>
  12.         <em:contributor>All of the guys at babelzilla.org (Translations)</em:contributor>
  13.         <em:contributor>Dominic Letz (SecurityException bug fix)</em:contributor>
  14.         
  15.         <em:homepageURL>http://www.screengrab.org/</em:homepageURL>
  16.         <em:optionsURL>chrome://screengrab/content/preferences.xul</em:optionsURL>
  17.         <em:iconURL>chrome://screengrab/skin/screengrab_icon.gif</em:iconURL>
  18.         
  19.         <em:targetApplication>
  20.             <Description>
  21.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  22.                 <em:minVersion>3.0</em:minVersion>
  23.                 <em:maxVersion>3.5.*</em:maxVersion>
  24.             </Description>
  25.         </em:targetApplication>
  26.     </Description>
  27. </RDF>
  28.